h1 {
	color: lavenderblush;
	height: 120px;
	padding: 20px;
	color: palevioletred;
	background-color : lavenderblush;
	font-size : 50px;
}
body {
	color : lightpink;
	background-color : black; 
   font-family: 'FantasqueSansMonoRegular'; 
   font-weight: normal; 
   font-style: normal; 
}

.photo {
	float: left;
}
.photo2{
	float:right;
}
.texte {
text-align:right;
}
